home *** CD-ROM | disk | FTP | other *** search
- head 1.1;
- branch 1.1.1;
- access ;
- symbols start:1.1.1.1 oleg:1.1.1;
- locks ; strict;
- comment @// @;
-
-
- 1.1
- date 2005.01.09.18.45.06; author oleg; state Exp;
- branches 1.1.1.1;
- next ;
-
- 1.1.1.1
- date 2005.01.09.18.45.06; author oleg; state Exp;
- branches ;
- next ;
-
-
- desc
- @@
-
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @//
- // LaunchTableView.m
- // RocketLauncher
- //
- // Created by Oleg Kibirev on 1/8/05.
- // Copyright 2005 My Stuff. All rights reserved.
- //
-
- #import "LaunchTableView.h"
-
- @@implementation LaunchTableView
- - (BOOL)becomeFirstResponder {
- [self deselectAll: nil];
- return [super becomeFirstResponder];
- }
- @@end
- @
-
-
- 1.1.1.1
- log
- @RocketLauncher
- @
- text
- @@
-